-
I have the following sql request: SQLQuery insertQuery2 = session .createSQLQuery("SELECT zones.* FROM zones WHERE zones.id IN (" + idZones …
- 395 views
- 0 answers
- 0 votes
-
I have the following dataframe o spark : __________________________ │Longitude │latitude | ├────────────┼─────────────┼ | -7.07378166|33.826661 | └────────────┴─────────────┴ I want to …
- 357 views
- 0 answers
- 0 votes
-
I am a beginner in spark and I got stuck in how to make a sql request using dataframe. I …
- 362 views
- 1 answers
- 0 votes